4. Backend Web Technologies, and MVC

  1. Where are we?
  2. Introduction to PHP
    • How to receive data from the client?
    • How to send data to the client from the client?
    • How to display a message sent from the client?
  3. MVC application architecture
  4. Introduction to MySQL
    • How to store data in a database at server?
    • How to retrieve data from a database at server?
    • How to change/delete data in a database at server?
  5. How to maintain a session
  6. Where are we?